home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmille
/
Source
/
CardImage.h
< prev
next >
Wrap
Text File
|
1994-04-30
|
531b
|
27 lines
/* Generated by Interface Builder */
#import <appkit/NXImage.h>
// Objects of this class are card images
// such as the top face or roll.
@interface CardImage:NXImage
{
}
// The purpose of this subclass is to
// search in several areas including the
// file package for the card images.
// Once found, then superclass's
// -initFromFile: method is executed with
// a complete path to the file.
// This is the designated initializer for
// this class.
- initFromFile:( const char * )fileName;
@end